/* ==============================================
				header头部
============================================== */
.header_fixed {
    position: fixed!important;
}
.header-box {
    position: fixed;
    background: initial;
}
.header-box,.header{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.header-box .header-logo{
    float: left;
	max-width: 240px;
	height: 80px;
	margin: 0px 0 0 0px;
	position: relative;
}
.header-box .header-logo a{
	display:table-cell;
	overflow: hidden;
	vertical-align: middle;
	height: 80px;
}
.header-box .header-logo img{
	width: 100%;
}
.header-box .nav{
    line-height: 80px;
    display: block;
    color: #333;
    font-size: 14px;
}
.header-box .nav li{
    position: relative;
    float: left;
    line-height: 50px;
    padding: 15px 0.25rem;
}
.header-box .nav li a{
    font-size: 16px;
}
.header-box .nav li::after{
	right: 0;
	left: 0;
	position: absolute;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	bottom: 25px;
	transition: all 0.5s;
}
/* .header-box .nav li .navsub {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 80px;
    width: 1.7rem;
    line-height: 0.5rem;
    text-align: center;
    background: #f6f6f6;
}
.header-box .nav li .navsub li{
    width: 100%;
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid white;
}
.header-box .nav li .navsub li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
    padding: 0 10px;
    line-height: 45px;
} */

/* --导航子栏目样式--*/
.navsub{
    display: none;
    min-width:100%;
    max-width: 300px;
    background: #fff;
    position: absolute;
    top: 80px;
    left: 0px;
    height: auto;
    box-shadow: 0px 1px 30px 0px rgb(77 77 77 / 30%);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform;
    transition:transform;
    border-radius: 0;
    overflow: hidden;
}
.nav ul .navli:hover .navsub{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transition:transform .3s;
}
/* .nav ul .navsub li{
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: all .2s;
    transition: all .2s;
    
} */
.nav .navli:hover .navsub li{
    opacity:1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transition: all .2s .3s ease-in;
    transition: all .2s .3s ease-in;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.navsub a{
    height: 42px;
    line-height: 42px;
    display: block;
    padding: 0 20px;
    text-align: center;
    color: #333;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navsub a:hover {
    background-color:#263f8d;
    color: #fff;
}

/*  */
.header-box .nav .navli:hover .navlia{
	color: #263f8d;
}
.header-box .nav .navli:hover::after{
    border-bottom: 6px solid #263f8d;
    bottom: 0;
}

/* 手机导航 */
.header-box .mnav {
    display: block;
    position: fixed;
    z-index: 90;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0;
    transform: translateX(-100%);
    transition: 0.6s ease-in-out;
}
.header-box .mnav ul {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 120px;
}
.header-box .mnav .mnavli {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}
.header-box .mnav .mnavli .mnavlia{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 0.2rem;
    font-size: 14px;
    color: #2e2e2e;
    line-height: 3;
    font-weight: normal;
}
.header-box .mnav .mnavli i {
    position: absolute;
    right: 0.35rem;
    padding-left: 0.05rem;
    width: 0.34rem;
    height: 42px;
    top: 0;
    text-align: center;
    color: #888888;
    font-size: 12px;
    line-height: 42px;
}
.header .mnav .mnavli .m_navsub {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px 10px;
    display: none;
    background: #f5f5f5;
}
.header .mnav .mnavli .m_navsub li {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    line-height: 3;
    border-bottom: 1px solid #eeeeee;
}
.header-box .mnav.navon{
	transform: translateX(0);
	transition: 0.6s ease-in-out;
}
.header .mnav .on .mnavlia {
    color: white;
    background-color: #263f8d;
}
.header .mnav .on .son {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: white;
}


/* @media (min-width: 992px) and (max-width: 1200px) {
  .header-box,
  .header {
    height: 60px;
  }
  .header .header-logo {
    height: 45px;
    margin-top: 5px;
  }
  .header .nav li {
    line-height: 40px;
    padding: 10px 0.25rem;
  }
  .header .nav {
    line-height: 60px;
  } 
}*/
@media (max-width: 992px) {
  .header-box,
  .header {
    height: 50px;
  }
  .header {
    border-bottom: 1px solid #dcdcdc;
  }
  .header .header-logo {
    max-width: 110px;
	height: 50px;
  }
  .header .header-logo a{
	height: 50px;
  }
  
  .mnav-btn {
    color: white;
    cursor: pointer;
    width: 50px;
  }
  .mnav-btn a {
    display: block;
    overflow: hidden;
  }
  .mnav-btn span {
    float: left;
    width: 25px;
    height: 2px;
    background-color: #555555;
    margin-top: 6px;
    -ms-transform-origin: 7% 50%;
    -moz-transform-origin: 7% 50%;
    -webkit-transform-origin: 7% 50%;
    -o-transform-origin: 7% 50%;
    transition: all 0.3s;
    margin-left: 25px;
  }
  .mnav-btn .line1 {
    margin-top: 16px;
  }
  .header .mnav-btn .on .line1 {
    transform: rotate(45deg);
  }
  .header .mnav-btn .on .line2 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: rotate(0);
  }
  .header .mnav-btn .on .line3 {
    transform: rotate(-45deg);
  }
}

/* ==============================================
				首页--公共标题
============================================== */
.guider_title {
	overflow: hidden;
	text-align: center;
}
.guider_title h2 {
    position: relative;
	font-size: 40px;
	margin-bottom: 0.1rem;
}

.guider_title h2:after{
    content: '';
    background-color: #263f8d;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: -20px;
    left: 49%;
}

.guider_title p{
    margin-top: 30px;
	font-size: 16px;
	color: #999;
    padding: 0 3.5rem;
}
@media (max-width:992px) {
	.guider_title h2 {
		font-size: 28px;
	}
	.guider_title p{
		padding: 0;
	}
}


/*=======================================
banner_box
========================================*/
.banner_box {
    position: relative;
  }
  .banner_box,
  .banner_box .banner_container,
  .banner_box a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }
  .banner_box .swiper-slide {
    position: relative;
  }
  .banner_box .swiper-slide a {
    position: relative;
    z-index: 1;
  }
  .banner_box .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.07rem;
    z-index: 2;
    background-color: #f6d7ab;
  }
  .banner_box .swiper-slide-active::before {
    width: 100%;
    transition: width 8s;
    -webkit-transition: width 8s; /* Safari */
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
  }
  
  .banner_box img {
    width: 100%;
  }
  .banner_box .banner_prev,
  .banner_box .banner_next {
    position: absolute;
    width: 0.75rem;
    height: 1.4rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 2;
  }
  
  .banner_box .swiper-pagination-bullet {
    width: 0.09rem;
    height: 0.09rem;
    position: relative;
    background: #ffffff;
    margin: 0.1rem !important;
    opacity: 1;
  }
  .banner_box .swiper-pagination-bullet-active {
    background: #f6d7ab;
    width: 0.3rem;
    -webkit-border-radius: 0.045rem;
    -ms-border-radius: 0.045rem;
    -o-border-radius: 0.045rem;
    -moz-border-radius: 0.045rem;
    border-radius: 0.045rem;
    transition: width 0.5s;
    -webkit-transition: width 0.5s; /* Safari */
  }
  
  .banner_box .banner_prev,
  .banner_box .banner_next {
    position: absolute;
    width: 0.46rem;
    height: 0.85rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 2;
  }
  .banner_box .banner_next {
    left: 0;
    background: url(../images/b-left.png) no-repeat center;
    background-size: cover;
  }
  .banner_box .banner_prev {
    right: 0;
    background: url(../images/b-right.png) no-repeat center;
    background-size: cover;
  }
  .banner_box .banner_prev:focus,
  .banner_box .banner_next:focus {
    outline: none;
  }
  
  @media (max-width: 768px) {
    .banner_box .banner_prev,
    .banner_box .banner_next {
      position: absolute;
      width: 35px;
      height: 65px;
    }
  }

/* ==============================================
			product产品中心
============================================== */

.guider_pro{
	overflow: hidden;
	padding: 0.6rem 0;
	/* background: #f5f5f5; */
}
.guider_pro .guider_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guider_pro .guider_main ul {
	overflow: hidden;
	margin-bottom: -1.3333%;
    padding: 0.05rem;
}
.guider_pro .guider_main ul li{
	width: 24%;
	float: left;
	overflow: hidden;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	background: #fff;
    text-align: center;
    box-shadow: 0px 1px 7px 1px rgba(0,0,0,.1);
}
.guider_pro .guider_main ul li:nth-child(4n){
	margin-right: 0;
}
.guider_pro .guider_main ul li dt{
	width: 100%;
	overflow: hidden;
	padding-top: 65%;
	position: relative;
}
.guider_pro .guider_main ul li dt img{
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	transition: all 0.5s;
    height: 80%;
}

.guider_pro .guider_main ul li dt p {
    font-size: 20px;
}

.guider_pro .guider_main ul li dd{
	overflow: hidden;
	font-size: 16px;
	padding: 14px;
}

.guider_pro .guider_main ul li:hover dt img{
	transform: scale(1.05);
}
/* .guider_pro .guider_main ul li:hover dd{
	color: #fff;
} */
@media (max-width:992px) {
	.guider_pro .guider_main ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.guider_pro .guider_main ul li:nth-child(2n){
		margin-right: 0;
	}
	.guider_pro .guider_main ul li dd{
		font-size: 0.28rem;
		padding: 0.2rem;
	}
}

/* ==============================================
				about关于我们
============================================== */
.guider_about{
	overflow: hidden;
	padding: 0.6rem 0;
}
.guider_about .guider_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guider_about .guider_main ._left{
    overflow: hidden;
    width: 48%;
    float: left;
}
.guider_about .guider_main ._left h3 {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
    color: #263f8d;
}
.guider_about .guider_main ._left p {
    font-size: 18px;
    line-height: 30px;
    color: #666;
}
.guider_about .guider_main ._left a {
	margin: 0.3rem 0 0 0;
}
.guider_about .guider_main ._left ul {
    overflow: hidden;
    margin-top: 0.3rem;
}
.guider_about .guider_main ._left ul li {
    width: 25%;
    float: left;
    overflow: hidden;
    text-align: left;
}
.guider_about .guider_main ._left ul li h4 {
    overflow: hidden;
    text-align: left;
}
.guider_about .guider_main ._left ul li h4 em {
    font-size: 0.3rem;
    font-weight: bold;
    display: inline-block;
    line-height: initial;
    color: #263f8d;
}
.guider_about .guider_main ._left ul li h4 i {
    font-size: 0.16rem;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-style: normal;
    color: #263f8d;
}
.guider_about .guider_main ._left ul li span {
    font-size: 14px;
    text-align: left;
    display: block;
    color: #666;
}
.guider_about .guider_main ._right {
    overflow: hidden;
    width: 50%;
    float: right;
}
.guider_about .guider_main ._right img {
    width: 100%;
    display: block;
}
@media (max-width:992px) {
	.guider_about .guider_main ._left{
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.guider_about .guider_main ._left h3{
		font-size: 0.36rem;
		text-align: center;
		margin-bottom: 0.2rem;
		display: none;
	}
	.guider_about .guider_main ._left p{
		font-size: 0.28rem;
		line-height: inherit;
	}
	.guider_about .guider_main ._left ul li{
		width: 25%;
		text-align: center;
	}
	.guider_about .guider_main ._left ul li h4{
		text-align: center;
	}
	.guider_about .guider_main ._left ul li h4 em{
		font-size: 0.36rem;
	}
	.guider_about .guider_main ._left ul li h4 i{
		font-size: 0.28rem;
	}
	.guider_about .guider_main ._left ul li span{
		font-size: 0.28rem;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.guider_about .guider_main ._right{
		width: 100%;
	}
}


/* ==============================================
			优势
============================================== */

/*---module_box1---*/
.module_box1 {
    overflow: hidden;
    padding: 0.6rem 0;
}

.module_box1 .about_main {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.module_box1 ._main {
    display: flex;
    justify-content: stretch;
    width: 100%;
    background: url(/uploads/image/com/zl_bg.png) center/cover no-repeat;
    margin-top: 0.35rem;
}

.module_box1 ._main .item {
    text-align: center;
    margin: auto;
    width: 25%;
    position: relative;
    padding: 1.2rem 0.3rem;
    border-right: 1px solid #d9d9d9;
    overflow: hidden;
    cursor: pointer;
}

.module_box1 ._main .item:last-child {
    border: 0;
}

.module_box1 ._main ._icon {
    display: block;
    margin: 0 auto;
    width: 0.9rem;
    height: 0.9rem;
    overflow: hidden;
}

.module_box1 ._main ._icon img {
    width: 100%;
}

.module_box1 ._main p,
.module_box1 ._main h4 {
    margin: 0.2rem 0;
    color: #063c45;
    font-size: 24px;
}

.module_box1 ._main h4 {
    color: #ffffff;
}

.module_box1 ._main ._img {
    width: 2.2rem;
    display: block;
    margin: 0 auto;
}

.module_box1 ._main ._con {
    color: #ffffff;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 4;
    text-align: center;
    padding: 0.4rem 0.2rem 0;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background: #263f8d;
}
.module_box1 ._main ._con::after{
    content: '1039';
    position: absolute;
    bottom: -100%;
    left: 22%;
    color: #fff;
    opacity: 0.5;
    font: italic 700 60px/1.5 '微软雅黑';
}

.module_box1 ._main ._con em {
    height: 0.3rem;
    width: 1px;
    background-color: #ffffff;
    display: block;
    margin: 0.2rem auto;
}

.module_box1 ._main ._con span {
    display: block;
    width: 100%;
    line-height: 2;
}

.module_box1 ._main .item.on ._con,
.module_box1 ._main .item.on ._con::after {
    bottom: 0;
}

.module_box1 ._ts {
    display: none;
}

@media (max-width:992px) {
    .module_box1 ._main {
        flex-wrap: wrap;
    }

    .module_box1 ._main .item {
        width: 50%;
        height: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .module_box1 ._main .item:nth-child(even) {
        border: 0;
    }

    .module_box1 ._main .item:nth-child(1),
    .module_box1 ._main .item:nth-child(2) {
        border-bottom: 1px solid #d9d9d9;
    }

    /* .module_box1 ._main ._con {
        padding: 0.8rem 8px;
    } */

    .module_box1 ._ts {
        display: block;
        margin: 0 auto;
    }

    .module_box1 ._ts .top {
        display: block;
        margin: 0.4rem auto 0;
        width: 0.45rem;
    }

    .module_box1 ._ts>div {
        font-size: 0.28rem;
        color: #202020;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .module_box1 ._ts>div img {
        width: 0.75rem;
        margin-right: 0.2rem;
    }

    .module_box1 ._main ._con::after{
        left: 34%;
    }
}

@media (max-width:768px) {
    .module_box1 ._main ._con::after{
        left: 10%;
    }
    .module_box1 ._main p,
    .module_box1 ._main h4 {
        font-size: 18px;
    }
}



/* ==============================================
			流程
============================================== */
.about_box2 {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background: url(/uploads/image/com/lc_bg.png) center no-repeat;
}

.swiper_course {
    position: relative;
    overflow: hidden;
    padding: 0.8rem 0 0;
}

.about_box2 ._main {
    padding: 0 0 46px;
}

.about_box2 ._main::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 224px;
    left: 0;
    bottom: 60px;
    background: url(/uploads/image/com/lc.png) center no-repeat;
    background-size: inherit;
}

.about_box2 ._main .swiper_course li {
    position: relative;
    text-align: center;
    line-height: 1;
    padding-bottom: 60px;
    transition: 0.45s;
}

.about_box2 ._main .swiper_course li h4 {
    font-size: 28px;
    font-weight: bold;
    color: #202020;
    margin-bottom: 15px;
}

.about_box2 ._main .swiper_course li p {
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    min-height: 60px;
    max-height: 90px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 194px;
}

.about_box2 ._main .swiper_course li:hover h4,
.about_box2 ._main .swiper_course li.swiper-slide-active h4 {
    color: #263f8d;
}

.about_box2 ._main .swiper_course li.swiper-slide-active {
    margin-top: -10px !important;
}

.about_box2 ._main .swiper_course li.swiper-slide-active::before,
.about_box2 ._main .swiper_course li.on::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #263f8d;
}

.about_box2 .swiper_course_box {
    position: absolute;
    bottom: 20px;
}

.about_box2 .swiper_course_box ._box {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 66px;
    background: url(/uploads/image/com/lc2.png) center no-repeat;
    background-size: 100%;
}

.about_box2 .swiper_course_box ._box ._btn {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    transform: translate(0);
    cursor: pointer;
    z-index: 9;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #a0a0a0;
}

.about_box2 .swiper_course_box ._box ._btn::after {
    font-weight: bold;
    font-size: 14px;
    color: #202020;
}

.about_box2 .swiper_course_box ._box ._btn:hover:after {
    color: #263f8d;
}

.about_box2 .swiper_course1 {
    position: relative;
    overflow: hidden;
    width: 100px;
    color: #202020;
    font-size: 20px;
}

.about_box2 .swiper_course1 .swiper-slide {
    text-align: center;
    opacity: 0 !important;
}

.about_box2 .swiper_course1 li.swiper-slide-active {
    opacity: 1 !important;
}

@media (max-width:992px) {
    .about_box2 {
        padding: 0.8rem 0;
    }

    .about_box2 ._main::before {
        background: inherit;
        background-color: #d9d9d9;
        height: 1px;
        bottom: 5px;
    }

    .about_box2 ._main {
        position: relative;
        margin: 0.8rem 0 2.2rem;
        padding: 0;
    }

    .about_box2 .swiper_course {
        padding: 0;
    }

    .about_box2 .swiper_course_box {
        bottom: -2.8rem;
        margin: auto;
        left: 50%;
        transform: translate(-50%);
    }

    .about_box2 ._main .swiper_course li.swiper-slide-active,
    .about_box2 ._main .swiper_course li {
        margin-top: 0 !important;
        padding-bottom: 0.3rem;
    }

    .about_box2 ._main .swiper_course li h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .about_box2 ._main .swiper_course li p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    .about_box2 ._main .swiper_course li.swiper-slide-active::before,
    .about_box2 ._main .swiper_course li.on::before,
    .about_box2 ._main .swiper_course li::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #263f8d;
    }
}


/* ==============================================
			guider_adv
============================================== */
.guider_adv{
    overflow: hidden;
    position: relative;
    padding:6% 0;
    background: #f4f4f4;
}
.guider_adv ._main{
    position: relative;
    overflow: hidden;
}
.guider_adv ._main ._icon img {
    position: relative;
    display:block;
    margin:0;
    width:100%;
    height:100%;
    object-fit: cover;
    z-index: 3;
}
.guider_adv ._main ._icon::before, .guider_adv ._main ._icon::after{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    display: block;
    content: '';
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 0px rgba(16, 130, 186, 0.2);
    animation: boderM3 4s .75s infinite;
    -webkit-animation: boderM3 4s .75s infinite;
}
.guider_adv ._main ._icon::before{
    width:90%;
    height:90%;
}
.guider_adv ._main ._icon::after{
    width:83%;
    height:83%;
    z-index: 2;
    background-color: #ffffff;
}
.guider_adv ._main ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.guider_adv ._main ul ._pic{
    position: relative;
    width:120px;
    height:120px;
    margin:0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
} 

.guider_adv ._main ul ._pic:nth-child(2n){
    margin: 0 0 0 10px;
}

.guider_adv ._main ul li{
    display: flex;
    align-items: center;
}

.guider_adv ._main ul li:hover ._pic{
    border: 1px solid #263f8d;
}

.guider_adv ._main ul li:hover ._con h3{
    color:#263f8d;
}

.guider_adv ._main ul ._pic img{
    display: block;
    width: 56%;
}

.guider_adv ._main ul ._con{
    flex: 1;
}

.guider_adv ._main ul ._con h3{
   font-size: 24px;
   color: #333333;
   margin-bottom:12px;
   font-weight: 700;
}

.guider_adv ._main ul ._con p{
   font-size:14px;
   color: #666666;
}
@media (min-width:992px) {
    .guider_adv ._main ._icon{
        position: absolute;
        margin: auto;
        top:50%;
        left:50%;
        transform: translate(-50% ,-50%);
        width:280px;
        height:280px;
        padding:12px;
    }
    .guider_adv ._main ul li{
        width:50%;
        padding-right:2rem; 
        margin:3% 0;
        min-height:140px;
    }
    .guider_adv ._main ul li:nth-child(even){
        padding:0 0 0 2rem; 
        text-align: right;
        flex-direction: row-reverse;
    }
    .guider_adv ._main ul li:nth-child(3){
        padding:0 2rem 0 4%; 
    }
    .guider_adv ._main ul li:nth-child(4){
        padding:0 4% 0 2rem; 
    }
    .guider_adv ._main ul.on{
        padding:130px 0 0;
    }
}
@media (max-width:992px) {
    .guider_adv{
        padding: 0.8rem 0;
    }
    .guider_adv ._main {
        overflow:inherit;
    }
    .guider_adv ._main ._icon{
        width:4rem;
        height:4rem;
        position: relative;
        margin:0.7rem auto 1.5rem;
    }
    .guider_adv ._main ul{
        margin-top: -50px;
        margin-left: -15px;
    }
    .guider_adv ._main ul li{
        margin-top:20px;
    }
    .guider_adv ._main ul ._con h3{
        font-size:18px;
        font-weight: bold;
        margin-bottom:8px;
    }
    .guider_adv ._main ul ._pic{
        width:80px;
        height:80px;
    } 
}

@keyframes boderM3 {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
   }
    50% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
   }
    100%{
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
    }
  }

/* ==============================================
			news新闻资讯
============================================== */
.guider_news{
	overflow: hidden;
	padding: 0.6rem 0;
}
.guider_news .guider_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guider_news .guider_main ul{
	overflow: hidden;
}
.guider_news .guider_main ul li{
	overflow: hidden;
	width: 32%;
	float: left;
	margin-right: 2%;
}
.guider_news .guider_main ul li:nth-child(3n){
	margin-right: 0;
}
.guider_news .guider_main ul li dt{
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-top: 65%;
}
.guider_news .guider_main ul li dt img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	transition: all 0.5s; 
}
.guider_news .guider_main ul li dd{
	overflow: hidden;
	padding: 0.15rem ;
	background: #f5f5f5;
}
.guider_news .guider_main ul li dd span{
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
	display: block;
}
.guider_news .guider_main ul li dd h3{
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}
.guider_news .guider_main ul li dd p{
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}
.guider_news .guider_main ul li dd em{
	color: #666;
}
.guider_news .guider_main ul li:hover dt img{
	transform: scale(1.05);
}
.guider_news .guider_main ul li:hover dd h3{
	color: #263f8d;
}
@media (max-width:992px) {
	.guider_news .guider_main ul li{
		width: 100%;
		margin-bottom: 0.3rem;
	}
}


/* ==============================================
		    footer 公共底部
============================================== */
.footer {
	background-color: #272d31;
	overflow: hidden;
	padding-top: 0.4rem;
}
.footer-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 0.15rem;
}
.footer .footer-contact {
	overflow: hidden;
	/* width: 25%; */
}
.footer .footer-contact h2 {
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer .footer-contact h2 a {
	color: #ffffff;
}
.footer .footer-contact h3 {
	margin: 0;
	font-size: 14px;
	color: #fff;
}
.footer .footer-contact p {
	margin: 0;
	font-size: 24px;
	color: #fff;
	margin-bottom: 5px;
}
.footer .footer-contact p a {
	color: #1082ba;
	font-weight: bold;
	font-size: 0.36rem;
}
.footer .footer-contact ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer .footer-contact ul li {
	list-style: none;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}

.footer .footer-contact ul li a {
	color: #fff;
}
.footer .footer-contact>div span {
	display: block;
	width: 0.54rem;
	height: 0.54rem;
	margin-right: 0.3rem;
}
.footer .footer-contact>div span img {
	width: 100%;
	display: block;
}
.footer .footer-nav {
	overflow: hidden;
	display: flex;
	align-content: space-between;
	align-items: flex-start;
}
.footer .footer-nav ul {
	margin-left: 0.7rem;
	overflow: hidden;
	max-width: 2rem;
}
.footer .footer-nav ul h2 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 0.1rem;
}
.footer .footer-nav ul h2 a {
	color: #fff;
}
.footer .footer-nav ul ol {
	padding: 0;
}
.footer .footer-nav ul ol li {
	list-style: none;
	line-height: 35px;
	height: 35px;
}
.footer .footer-nav ul ol li a {
	font-size: 14px;
	color: #d7d7d7;
	line-height: 0.4rem;
}
.footer .footer-nav ul:first-child {
	margin-left: 0;
}
.footer .footer-info {
	width: 10%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .footer-code {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.footer .footer-code>div {
	width: 100%;
}
.footer .footer-code>div span {
	width: 100%;
	display: block;
	overflow: hidden;
	border: 2px solid #ffffff;
}
.footer .footer-code>div span img {
	width: 100%;
	display: block;
}
.footer .footer-code>div p {
	margin: 0.1rem 0 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
/*--友情链接--*/
.footer .footer-link {
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	padding: 0.3rem 0 0.2rem 0;
}
.footer .footer-link a {
	font-size: 14px;
	color: #fff;
	padding: 0 0.1rem;
}
.footer .footer-copyright {
	overflow: hidden;
	padding: 0.2rem 0 0.6rem;
	border-top: 1px solid #3f4148;
}
.footer .footer-copyright .footer-copyright-fl {
	display: flex;
	align-items: center;
	align-content: center;
	float: left;
}
.footer .footer-copyright .footer-copyright-fl p,
.footer .footer-copyright .footer-copyright-fl a {
	font-size: 14px;
	color: #d7d7d7;
	margin: 0;
}
.footer .footer-copyright .footer-copyright-fr {
	float: right;
}
.footer .footer-copyright .footer-copyright-fr a {
	color: #d7d7d7;
	font-size: 14px;
}
@media (max-width:992px) {
	.footer-box {
		flex-wrap: wrap;
	}
	.footer {
		padding: 50px 0 50px;
	}
	.footer .footer-code {
		max-width: 6rem;
		margin: 20px auto;
	}
	.footer .footer-nav {
		display: none;
	}
	.footer .footer-info {
		width: 100%;
		flex-direction: row-reverse;
	}
	.footer .footer-code>div{
		width: 40%;
	}
	.footer .footer-contact h2 {
		font-size: 24px;
	}
	.footer .footer-contact h3 {
		font-size: 14px;
	}
	.footer .footer-contact p a {
		font-size: 28px;
	}
	.footer .footer-contact ul li {
		font-size: 14px;
	}

	.footer .footer-contact ul li a {
		font-size: 14px;
	}
	.footer .footer-contact {
		padding-left: 0;
		padding-right: 0.2rem;
		width: 100%;
		text-align: center;
	}
	.footer .footer-copyright .footer-copyright-fl {
		flex-wrap: wrap;
		justify-content: center;
		float: initial;
	}
	.footer .footer-copyright .footer-copyright-fr {
		float: inherit;
		text-align: center;
	}
	.footer .footer-copyright .footer-copyright-fl p, .footer .footer-copyright .footer-copyright-fl a{
		text-align: center;
	}
}
@media (max-width:768px) {
	.footer{
		padding-top:30px;
	}
	.footer .footer-copyright {
		margin-top: 0.2rem;
	}
	.footer-link{
		display: none!important;
	}
	.footer .footer-code{
		margin:5px auto;
	}
}

/* ==============================================
		手机底部悬浮导航
============================================== */
@media (max-width: 992px) {
	.footer-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 8888;
		background-color: #263f8d;
		height: 50px;
		display: block;
	}
	.footer-nav ul {
		position: relative;
		display: block;
	}
	.footer-nav ul li {
		float: left;
		width: 20%;
		height: 45px;
		text-align: center;
		overflow: hidden;
	}

	.footer-nav ul li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.footer-nav ul li span {
		position: relative;
		display: block;
		text-align: center;
		width: 20px;
		height: 20px;
		margin: 5px auto;
		overflow: hidden;
	}
	.footer-nav ul li:nth-child(3) span {
		position: absolute;
		top: -1.68em;
		width: 6.2em;
		height: 6.2rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}

	.footer-nav ul li:nth-child(3) p {
		display: none;
	}
	.footer-nav ul li span img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
		height: 100%;
	}
	.footer-nav ul li p {
		color: #fff;
		text-align: center;
		font-size: 12px;
		line-height: 11px;
	}
	.footer-nav ul li:nth-child(3) span img {
		position: relative;
		width: 85%;
		height: auto;
	}
	.footer_top_txt a{
		font-size: 14px;
		text-align: center;
		font-weight: 400!important;
		display: block;  
	}
	.footer_bottom i{
		display: none;
	}
	.footer_bottom span{
		display: none;
	}
	.c_nav{display: none;}
}
@media (min-width:992px) {
	.footer_top_txt p:nth-child(3){
		display: none;  
	}
	.footer_top_txt p:nth-child(4){
		display: none;  
	}
}

